/*

This is the CSS file to make the design pretty. You can find
the sticky footer required CSS at the following URL:

http://ryanfait.com/sticky-footer/layout.css

*/

body {
	text-align: center;
	margin-right: 50px;
}
.wrapper {
	width: auto;
	text-align: center;
}
.header {
	width: 600px;
	height: 100px;
	text-indent: -9999em;
	background: #fff url(../img/sticker.jpg) no-repeat;
}
h2 {
	padding: 15px 0;
	color: #104C8D;
	font-family: verdana, sans-serif;
	font-size: 1.3em;
}
p {
	padding: 0 0 15px;
	color: #194379;
	font: 1em/1.3em arial,sans-serif;
}
strong {
	font-weight: normal;
}
.footer {
	width: 600px;
	margin: 0 auto;
	background: #a3b2c6 url(../img/footer.gif) no-repeat 0 0;
}
.footer p {
	padding: 17px 0 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
}
a {
	color: #194379;
}
a:hover {
	text-decoration: none;
}
.bodytext {
	padding-left: 20px;
}

table {
	padding: 0 0 15px;
	color: #194379;
	font: 1em/1.3em arial,sans-serif;
	width: 600px;
	text-align: center;
}
